home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / E-G / Externals.cpt / Externals / background_5154.txt < prev    next >
Text File  |  1989-02-26  |  619b  |  33 lines

  1. -- background: 5154 from stack: in
  2. -- bmap block id: 3064
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   get short name of target
  9.   visual effect zoom out
  10.   go to card it
  11. end mouseUp
  12.  
  13.  
  14.  
  15. -- part 1 (button)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=263 top=299 right=327 bottom=290
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 1013 / 1013
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Next
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   visual effect wipe left
  30.   go to next card
  31. end mouseUp
  32.  
  33.